You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux the assembler outputs tzcnt for all register types but on macos it outputs tzcntw (16bit), tzcntl (32bit), tzcntq (64bit), which makes the code-gen tests fail.
The test script should "workaround this", and we should also test macosx on travis to make sure it stays working. EDIT: this is already being done.
The text was updated successfully, but these errors were encountered:
On Linux the assembler outputs
tzcnt
for all register types but on macos it outputstzcntw
(16bit),tzcntl
(32bit),tzcntq
(64bit), which makes the code-gen tests fail.The test script should "workaround this"
, and we should also test macosx on travis to make sure it stays working.EDIT: this is already being done.The text was updated successfully, but these errors were encountered: