Skip to content

molgen/bsmap

5c8af8862f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code

Latest commit

-march=native assumes that we build the program on the
same system that we are going to run it, which can't be
assument to always be true. The compiler might emit
instructions which are not available on the target
system.

This option can be provided by the caller of the Makefile
if needed. E.g.:

  make CXXFLAGS="-mtune=native"
5c8af88

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 8, 2016 14:09
February 8, 2016 14:09

BSMAP

Fork of the original BSMAP since google code is being depreciated.