Skip to content

Commit

Permalink
Merge branch 'bugfixes' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 21, 2023
2 parents 6939598 + 4576ac0 commit 5ceaa45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subprojects/packagefiles/luajit/src/host/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ checkdefs = [
['LJ_ABI_PAUTH', '1', ['-D', 'PAUTH']],
]

if host_machine.cpu_family() == 'x86'
checkdefs += ['__SSE2__', '1', ['-D', 'SSE']]
endif

foreach def: checkdefs
if cc.get_define(def[0], prefix: hpre) == def[1]
dasm += def[2]
Expand Down

0 comments on commit 5ceaa45

Please sign in to comment.