Skip to content

Commit

Permalink
docs: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Apr 27, 2024
1 parent f1576ec commit 38464b7
Show file tree
Hide file tree
Showing 22 changed files with 18 additions and 172 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `dasum`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -214,4 +207,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `daxpy`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -215,4 +208,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `dcopy`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -213,4 +206,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `ddot`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -215,4 +208,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `dnrm2`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -214,4 +207,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `drot`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `dscal`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -212,4 +205,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `dsdot`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -215,4 +208,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `dswap`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -213,4 +206,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `idamax`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `isamax`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `sasum`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -214,4 +207,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `saxpy`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -215,4 +208,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `scopy`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -213,4 +206,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `sdot`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -215,4 +208,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `sdsdot`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -215,4 +208,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `snrm2`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -214,4 +207,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `srot`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `sscal`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -212,4 +205,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
! limitations under the License.
!<

!> Benchmark `sswap`.
!
! ## Notes
!
! - Written in "free form" Fortran 95.
!
!<
program bench
implicit none
! ..
Expand Down Expand Up @@ -213,4 +206,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
Loading

0 comments on commit 38464b7

Please sign in to comment.