- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
switch (base) {
02 case 'A': case '0': return 0;
03 case 'C': case '1': return 1;
04 case 'G': case '2': return 2;
05 case 'T': case '3': return 3;
06 }
07 cerr << "error: unexpected character: '"
08 << base << "'n";
09 assert(false);
10 abort();
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page