Skip to content

Conversation

betterpig
Copy link
Contributor

@betterpig betterpig commented Nov 22, 2021

PR types

Others

PR changes

Others

Describe

When build in windows with_avx=off, SIMD_FLAG=${SSE3_FLAG}), this will add "/arch:SSE3" option in CMAKE_C/CC_FLAGS. However, both x86 and x64 do not surpport this option according to microsoft. As a result cl will show a warning: ignoring unknown option '/arch:SSE3' .
image

before
Pasted Graphic 12

after
image

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@zhwesky2010 zhwesky2010 merged commit adb54eb into PaddlePaddle:develop Nov 25, 2021
@betterpig betterpig deleted the block_sse3 branch November 26, 2021 06:20
Zjq9409 pushed a commit to Zjq9409/Paddle that referenced this pull request Dec 10, 2021
* block unknown option /arch:SSE3

* modify according to zhouwei's comment
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