Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Core Modules
dune-common
Commits
82630550
Commit
82630550
authored
5 years ago
by
Jö Fahlke
Browse files
Options
Downloads
Patches
Plain Diff
Changelog: Vc-detected architecture flags
parent
eb5fb4b8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!682
Changelog: Vc-detected architecture flags
Pipeline
#19087
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
with
14 additions
and
0 deletions
CHANGELOG.md
+
14
−
0
View file @
82630550
# Master (will become release 2.7)
-
Dune no longer applies architecture flags detected by the Vc library
automatically. This applies to all targets that link to Vc explicitly (with
`add_dune_vc_flags()`
) or implicitly (with
`dune_enable_all_packages()`
).
If you do want to make use of extended architecture features, set the
architecture explicitly in the compiler options, e.g. by specifying
```
sh
CMAKE_FLAGS
=
"-DCMAKE_CXX_FLAGS=-march=native"
```
in your opts-file. Vc also sets compiler options to select a particular C++
abi (
`-fabi-version`
and
`-fabi-compat-version`
), these continue to be
applied automatically.
See core/dune-common!677
-
A helper class
`TransformedRangeView`
was added representing a
transformed version of a given range using an unary transformation
function. The transformation is done on the fly leaving the wrapped
...
...
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