VectorizationBase.jl
Base library providing vectorization-tools (ie, SIMD) that other libraries are built off of.
파일 탐색기
- ci.yml
- cix86.yml
- CompatHelper.yml
- Downstream.yml
- Invalidations.yml
- TagBot.yml
- dependabot.yml
- index.md
- make.jl
- Project.toml
- binary_ops.jl
- conflict.jl
- conversion.jl
- integer_fma.jl
- intrin_funcs.jl
- masks.jl
- memory_addr.jl
- nonbroadcastingops.jl
- unary_ops.jl
- vbroadcast.jl
- vector_ops.jl
- vfmaddsub.jl
- double.jl
- exp.jl
- log.jl
- misc.jl
- verf.jl
- cartesian_indexing.jl
- cse_stridemultiples.jl
- stridedpointers.jl
- fmap.jl
- mappedloadstore.jl
- memory.jl
- alignment.jl
- base_defs.jl
- cartesianvindex.jl
- early_definitions.jl
- lazymul.jl
- llvm_types.jl
- precompile.jl
- promotion.jl
- ranges.jl
- static.jl
- vector_width.jl
- VectorizationBase.jl
- accuracy.jl
- Project.toml
- runtests.jl
- testsetup.jl
- .gitignore
- .JuliaFormatter.toml
- LICENSE
- Project.toml
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
julia
설명 보기 ▼
julia
기술 컴퓨팅을 위한 고수준, 고성능 동적 프로그래밍 언어.
더 많은 정보: <https://docs.julialang.org/en/v1/manual/getting-started/>.
julia
REPL(대화형 셸) 시작:
julia {{program.jl}}
Julia 프로그램 실행 후 종료:
julia {{program.jl}} {{arguments}}
인자를 받는 Julia 프로그램 실행:
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
