Skip to content

Conversation

@nileshpatra
Copy link

@nileshpatra nileshpatra commented Dec 5, 2020

Currently, plast builds only on x86 arches, using simde, I've attempted to make it build across more arches.

Achieved success on: amd64, arm64, armhf, armel, mipel, mips64el, i386, riscv64 and several other arches.

cc: @ivajloip @cdeltel

@nileshpatra nileshpatra changed the title Use the simde header library for non-x86 compatability Use the simde header library for non-x86 compatibility Dec 6, 2020
@mr-c
Copy link

mr-c commented Jan 30, 2021

Currently, plast builds only on x86 arches, using simde,

Well, due to the use of SIMD intrinsics, yes :-)

message("-- COMPILATION IN DEBUG MODE")
else()
set (LIBRARY_COMPILE_DEFINITIONS "${LIBRARY_COMPILE_DEFINITIONS} -O3 -funroll-loops -fomit-frame-pointer -msse3 ")
set (LIBRARY_COMPILE_DEFINITIONS "${LIBRARY_COMPILE_DEFINITIONS} -O3 -funroll-loops -fomit-frame-pointer")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-msse3 can stay; we'll handle it different in the Debian package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants