Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
simde
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
simde
Commits
25e70ce7
Commit
25e70ce7
authored
Jan 03, 2025
by
Michael R. Crusoe
Committed by
Michael R. Crusoe
Jan 11, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simde-aes: gcc 13.2+ ignore unused variable warnings
parent
69c9cd5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
simde-aes.h
simde-aes.h
+4
-0
No files found.
simde-aes.h
View file @
25e70ce7
...
...
@@ -35,6 +35,10 @@ SIMDE_DISABLE_UNWANTED_DIAGNOSTICS
#if !(defined(SIMDE_ARM_NEON_A32V8_NATIVE) && defined(SIMDE_ARCH_ARM_AES) && \
defined(SIMDE_ARM_NEON_A32V7_NATIVE) && defined(SIMDE_ARCH_ARM_CRYPTO))
#if HEDLEY_GCC_VERSION_CHECK(13,2,0)
_Pragma
(
"GCC diagnostic ignored
\"
-Wunused-variable
\"
"
)
#endif
/*
* Number of columns (32-bit words) comprising the State. For this
* standard, Nb = 4.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment