https://issues.dlang.org/show_bug.cgi?id=23084
--- Comment #6 from Iain Buclaw <[email protected]> --- Test case from issue23077 that doesn't use SIMD. --- float bug(float x) { short i = *cast(short*)&x; ++i; return *cast(float*)&i; } --
d-bugmail--- via Digitalmars-d-bugs Tue, 03 May 2022 14:35:59 -0700
https://issues.dlang.org/show_bug.cgi?id=23084
--- Comment #6 from Iain Buclaw <[email protected]> --- Test case from issue23077 that doesn't use SIMD. --- float bug(float x) { short i = *cast(short*)&x; ++i; return *cast(float*)&i; } --