User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
start [2023/11/21 01:07] skanderstart [2023/11/21 01:09] (current) skander
Line 5: Line 5:
 <code cpp> <code cpp>
 #include <iostream> #include <iostream>
 +#include <iomanip>
 +#include <experimental/simd>
 +
 +int main(int argc, char const *argv[])
 +{
 + namespace stdx = std::experimental;
 +
 + return 0;
 +}
 +
 </code> </code>
start.txt · Last modified: 2023/11/21 01:09 by skander

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki