Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libaec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis Rosenhauer
libaec
Commits
e8339d24
Commit
e8339d24
authored
10 years ago
by
Mathis Rosenhauer
Browse files
Options
Downloads
Patches
Plain Diff
No benchmarking on Windows for now.
parent
5607bf02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
tests/CMakeLists.txt
+4
-2
4 additions, 2 deletions
tests/CMakeLists.txt
with
5 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
e8339d24
...
...
@@ -13,7 +13,7 @@ CHECK_INCLUDE_FILES(stdint.h HAVE_STDINT_H)
TEST_BIG_ENDIAN
(
WORDS_BIGENDIAN
)
CHECK_C_SOURCE_COMPILES
(
"int main(int argc, char *argv[])
{return __builtin_clzll(1LL)
\
;
}"
{return __builtin_clzll(1LL);}"
HAVE_DECL___BUILTIN_CLZLL
)
...
...
This diff is collapsed.
Click to expand it.
tests/CMakeLists.txt
+
4
−
2
View file @
e8339d24
...
...
@@ -19,8 +19,10 @@ ADD_DEPENDENCIES(check
check_buffer_sizes
check_long_fs
)
ADD_CUSTOM_TARGET
(
bench
IF
(
NOT WIN32
)
ADD_CUSTOM_TARGET
(
bench
COMMAND
${
CMAKE_SOURCE_DIR
}
/tests/benc.sh
COMMAND
${
CMAKE_SOURCE_DIR
}
/tests/bdec.sh
DEPENDS aec_client utime
)
\ No newline at end of file
)
ENDIF
(
NOT WIN32
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment