Skip to content

Commit

Permalink
Revert "Require newer assembler for _CET_ENDBR (aws#1641)"
Browse files Browse the repository at this point in the history
This reverts commit 2beaec9.
  • Loading branch information
justsmth committed Jun 21, 2024
1 parent c1c4383 commit 95cee4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/openssl/asm_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
.popsection
#endif

#if defined(__CET__) && defined(OPENSSL_X86_64) && \
!defined(MY_ASSEMBLER_IS_TOO_OLD_FOR_512AVX)
#if defined(__CET__) && defined(OPENSSL_X86_64)
// Clang and GCC define __CET__ and provide <cet.h> when they support Intel's
// Indirect Branch Tracking.
// https://lpc.events/event/7/contributions/729/attachments/496/903/CET-LPC-2020.pdf
Expand Down

0 comments on commit 95cee4c

Please sign in to comment.