mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-16 03:43:13 +01:00
Backed out changeset 1fcba307fd28
Wasn't the right thing to do.
This commit is contained in:
@@ -70,13 +70,7 @@ int bts(uint *p, uint bitnum)
|
||||
}
|
||||
|
||||
pragma(intrinsic, "llvm.bswap.i32")
|
||||
uint bswap_impl(uint val);
|
||||
|
||||
uint bswap(uint val)
|
||||
{
|
||||
return bswap_impl(val);
|
||||
}
|
||||
|
||||
uint bswap(uint val);
|
||||
|
||||
ubyte inp(uint p) { throw new Exception("inp intrinsic not yet implemented"); }
|
||||
ushort inpw(uint p) { throw new Exception("inpw intrinsic not yet implemented"); }
|
||||
|
||||
Reference in New Issue
Block a user