Skip to content

Commit

Permalink
gnu.cfg: Added support for __builtin_bit_cast (#7163)
Browse files Browse the repository at this point in the history
orbitcowboy authored Jan 2, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4fffb9b commit 9ad461a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfg/gnu.cfg
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@
<not-bool/>
</arg>
</function>
<define name="__builtin_bit_cast(type,value)" value="std::bit_cast&lt;type&gt;(value)"/>
<define name="__bswap_constant_64(x)" value="bswap_64(x)"/>
<define name="__builtin_bswap64(x)" value="bswap_64(x)"/>
<define name="__bswap_64(x)" value="bswap_64(x)"/>

0 comments on commit 9ad461a

Please sign in to comment.